home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / Tool Chest / Development Tools & Languages / Macintosh Common Lisp Related / interfaces / PInterface Translator / patches / databaseaccess.patch < prev    next >
Encoding:
Text File  |  1993-09-16  |  206 b   |  6 lines  |  [TEXT/CCL2]

  1. (defrecord (ResListArray :handle) (array (array :reslistelem 256)))
  2.  
  3. (defrecord (ColTypesArray :handle) (array (array :ostype 256)))
  4.  
  5. (defrecord (ColInfoArray :handle) (array (array :dbcolinforecord 256)))
  6.